home *** CD-ROM | disk | FTP | other *** search
/ Risc World 1 / Risc World 1.iso / software / issue2 / begprog / Prog_2_1 (.txt) next >
RISC OS BBC BASIC V Source  |  2000-03-26  |  128b  |  6 lines

  1.   Illustrate difference between Real and Integer
  2. integer% = 1.8 + 2.4
  3. real = 1.8 + 2.4
  4.  integer%
  5.  real
  6.